home *** CD-ROM | disk | FTP | other *** search
- /* DoMenuTextMaster Special menu handling */
-
- /* Unit name: DoMenuTextMaster.c */
- /* Function: Handle other specific menu lists. */
- /* History: 5/9/91 Original by Prototyper 3.0 */
-
-
- #include "PCommonTextMaster.h" /* Common */
- #include "Common_TextMaster.h" /* Common */
- #include "PUtils_TextMaster.h" /* General Utilities */
- #include "Utils_TextMaster.h" /* General Utilities */
-
- #include "DoMenuTextMaster.h" /* This file */
-
-
- /* ======================================================= */
-
-
- /* Routine: Handle_Other_Menus */
- /* Purpose: Handle special menus */
-
- void Handle_Other_Menus( theMenu, theItem)
- short theMenu;
- short theItem;
- {
-
- } /* End of procedure Handle_Other_Menus */
-
-
- /* ======================================================= */
-
-
-